home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / hdf / unix / examples.lha / examples / util / r8tohdf / Makefile next >
Encoding:
Makefile  |  1991-10-18  |  387 b   |  23 lines

  1. # @(#)Makefile  07/19/90
  2. #
  3. #
  4. # Note: change these paths to conform to your system:
  5.  
  6. MACHINE=SUN
  7.  
  8. BINDIR = /stg1/dilg/testr5/bin
  9. FILESDIR = ../../files
  10. RM      = rm -f
  11.  
  12. getfiles:
  13.     cp ${FILESDIR}/storm110.raw .
  14.     cp ${FILESDIR}/storm120.raw .
  15.     cp ${FILESDIR}/storm130.raw .
  16.     cp ${FILESDIR}/palette.raw .
  17.     cp ${BINDIR}/r8tohdf .
  18.  
  19. cleanup:
  20.     -${RM} storm* o?.hdf palette.raw 
  21.     -${RM} r8tohdf
  22.  
  23.